POST
/Notification/Query/
Gets multiple notifications.
Request
Method
Request URI
POST
/API/Notification/Query/?sessionId=value
URI Parameters
URI Parameter
Description
sessionId
Current session ID.
Specifying via an Authorization request header instead is recommended.
Request Headers
Authorization: Bearer <Current session ID>
Request Body
Name:
options
Type:
Dundas.BI.WebApi.Models.QueryNotificationOptions
Response
Response Body
An array of
Dundas.BI.WebApi.Models.NotificationData
objects, or a status code indicating the problem.